home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-16 | 660 b | 32 lines | [TEXT/MPS ] |
- #
- # Apple Products Presents
- #
- # S U R F E R ----- A CommToolbox Sample Application
- #
- # Based on the MacDTS Simple Sample Application
- #
- # Surfer.r - Rez Source
- #
- # Copyright © 1988-9 Apple Computer, Inc.
- # All rights reserved.
- #
- # Versions: Sample 1.0 08/88
- # Sample 1.01 11/88
- # Surfer 0.5 08/89
-
-
- PObjs = Surfer.p.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{ObjectsDirectory}"CommToolbox.o ∂
- "{PLibraries}"PasLib.o
-
- Surfer ƒƒ {PObjs} Surfer.make
- Link -o {Targ} {PObjs}
- SetFile {Targ} -t APPL -c 'SurF' -a B
-
- Surfer ƒƒ Surfer.r Surfer.h Surfer.make
- Rez -rd -o {Targ} Surfer.r -append
-
- Surfer.p.o ƒƒ Surfer.make
-